Warning when installing the puppet 3.6 installation package: Warning: the package type's allow_virtual parameter will be changing its default value from false to true in a future release. if you do not want to allow virtual packages, please explicitly set allow_virtual to false. (At/usr/lib/Ruby/site_ruby/1.8/puppet/type. RB: 816: In '
:29confdrwxr-sr-x6rootroot4096Oct2213:29db-r--r--r--1rootroot2Oct2213:29formatdrwxr-xr-x2rootroot4096Oct2213:29hooksdrwxr-xr-x2rootroot4096Oct2213:29locks-rw-r--r--1rootroot229Oct2213:29README.txt2. Access the svn server through Apache + SSL Security Authentication
2.1 install related software packages
[[emailprotected]~]#yuminstallhttpdhttpd-develmod_dav_svn
2.2 create a SVN VM
[[emailprotected]svndata]#vim/etc/httpd/conf.d/subversion.confLoadModuledav_svn_modulemodules/mod_dav_svn.soLoadModule
:(Not encountered on rhel6.3)# Vi/etc/my. cnf[Mysqld]Max_allowed_packet = 32 M # Add this row# Server mysqld startConfigure the mysql database:Mysql> create database dashboard_production character set utf8;Query OK, 1 row affected (0.00 sec)Mysql> create user 'dashboard '@ 'localhost' identified by 'westos ';Query OK, 0 rows affected (0.01 sec)Mysql> grant all privileges on dashboard_production. * TO 'dashboard' @ 'localhost ';Query OK, 0 rows affecte
Environment Description:Os:centos 5.4 i386puppetmaster 192.168.0.12 hostname:puppetmaster.info.comClient 192.168.0.64 hostname:client1.info.comschematic diagram:1) client collects client information via Facter and sends to server2) Connect to the server and request catalog log3) Information for the request nodes (node)4) Instances from the server-side receive node5) Compile code (including grammar checking, etc.)6) query whether there are exported virtual resources7) If available, receive virtua
problem:(Not encountered on rhel6.3)# Vi/etc/My. CNF[Mysqld]Max_allowed_packet = 32 m # Add this row# Server mysqld startConfigure the MySQL database:Mysql> Create Database dashboard_production Character Set utf8;Query OK, 1 row affected (0.00 Sec)Mysql> create user 'dashboard '@ 'localhost' identified by 'westos ';Query OK, 0 rows affected (0.01 Sec)Mysql> grant all privileges on dashboard_production. * To 'dashboard' @ 'localhost ';Query OK, 0 rows
Introduction to Puppet: 1. installation and configuration, and puppet Configuration Management
Puppet is a configuration management tool. This article describes how to install and set Puppet.What is Puppet?
Puppet is a configurat
between the two hosts (you can set up an NTP server. Here, we do not describe how to set up the NTP service)2. Puppet Installation
Puppet is written in the ruby language. Therefore, to install the ruby environment, both the server and client must be installed.
Ruby Installation
#Yum install Ruby *-y
In
selection of 6-puppet updating mode for puppet basic articles
0 Basic Learning Puppet Automated Configuration Management Series documents
Puppet update mode based on C/s architecture generally has two kinds, one is the agent end set synchronization time active to puppetmas
Puppet Dashboard was created by Puppetlabs, a company that supports Puppet development, and is a Ruby on Rails program. Can be used as a enc (external node classifier) and as a reporting tool, and is becoming an integrated interface with many puppet new features, such as auditing and resource management functions. Puppet
First, the server planningThe following are the latest versions of Yum installed directly.Server operating system is centos6.2Puppetmaster1 10.168.32.116 puppstmaster1.jq.comPuppetmaster2 10.168.32.117 puppetmaster2.jq.comPuppet1 10.168.32.120 ag1.jq.comPuppet2 10.168.32.121 ag2.jq.comPUPPETCA1 10.168.32.118 puppetca1.jq.comPUPPETCA2 10.168.32.119 puppetca2.jq.comFacter.x86_64 1:2.3.0-1.el6Puppet.noarch 0:3.7.3-1.el6Second, software Installation2.1 Installing the Epel PackageAll servers Install
Expand puppet-create a puppet ca cluster (
1Votes, average:
5.00Out of 5) 588 views March 4, 2012 puppet, O M ca, Master, puppet, cluster jsxubar
One way to expand puppet is to separate the CA function of puppet master and establ
| ' –init.pp #模块入口文件' –ssl #puppet的证书文件目录(2) Program execution flowThe sequence of code calls is:Slave Initiating connection request ÀSITE.PPÀNODESÀMODULESÀINIT.PPFirst, the slave initiates a master connection request and authenticates the certificate;Then, after the certificate is validated, Master will directly find the site.pp file in the manifests directory of the portal file, which may contain some global variables, the default values of the para
Puppet uses the SSL (HTTPS) protocol for communication, and by default, the puppet server uses a ruby-based Webrick http server. Because the Webrick HTTP server is not very robust in handling the performance of the agent side, it is necessary to extend the puppet to build Nginx or other strong Web servers to handle the client's HTTPS requests.Issues that need to
can go to http://releases.ubuntu.com/12.04/and select 64-bit PC (AMD64) server install CD link to download, we will use this ISO to install two virtual machines.Once the ISO file has been completely downloaded to your computer, you can open VirtualBox and select New ... from the Machine menu .We started to install the virtual machine, which was treated as a puppet server, so in the pop-up window, we set t
Puppet installation and deployment instance
The description of puppet is not detailed here. Let's start deployment and installation of puppet!
Note: the client and server versions must be consistent. If the version is different, the higher version can only be the puppet server, and the other can only be used as the
group.
Puppet Master -- mkusers
Start
Puppet Master
This is a background program
2. Configure the agent
Configure/etc/hosts
127.0.0.1 localhost agent1.puppet.com
10.6.222.87 [masterip] master.puppet.com
Configure the puppet configuration file
Server configurations are added compared with Master nodes.
Server = master.puppet.com
3. establish a connection betw
For the mastery of puppet, understanding the work principle of Puppet is a necessary stage, only after understanding the work principle of Puppet to better apply Puppet, let us together to understand the working principle of learning Puppet:When it comes to how puppet works,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.